[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetViewCollection.AddRange

AddRange Method

AddRange(ICollection)

Adds a range of sheets to the collection.

Declaration
public void AddRange(ICollection c)
Public Sub AddRange(c As ICollection)
Parameters
Type Name Description
ICollection c

Collection of sheets to add to the collection

AddRange(SheetView[])

Adds an array of SheetView objects to the collection.

Declaration
public void AddRange(SheetView[] sheets)
Public Sub AddRange(sheets As SheetView())
Parameters
Type Name Description
SheetView[] sheets

Array of SheetView objects